home *** CD-ROM | disk | FTP | other *** search
/ Virtual Sex (VCA Interactive) / Virtual Sex (VCA Interactive).iso / mac / Virtual Sex Power Mac / VS_JR / 00052.ls < prev    next >
Encoding:
Text File  |  1995-06-22  |  199 b   |  11 lines

  1. on exitFrame
  2.   updateStage()
  3.   if the movieRate of sprite 1 = 0 then
  4.     set the visible of sprite 14 to 1
  5.     play frame the frame + 1
  6.     updateStage()
  7.   else
  8.     play frame the frame
  9.   end if
  10. end
  11.